Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / Range<T> Class / LowerBound Property

In This Topic
    LowerBound Property
    In This Topic
    The start of the range.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LowerBound As T
    public T LowerBound {get;}
    See Also